home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / CNetDemo / cnet / sdk / Examples / NetEchoList.readme < prev    next >
Encoding:
Text File  |  1997-09-04  |  4.3 KB  |  111 lines

  1. Short: List config'd echos and associated nets + more!
  2. Type: comm/cnet
  3. Uploader: rakey@netcore.ca
  4. Author: Ray Akey
  5.  
  6.  
  7.                        NetEchoList v1.0 by Ray Akey
  8.  
  9.                Developed using the SAS/C Development System
  10.  
  11.                                  -======-
  12.  
  13.  
  14.  
  15.  
  16. What is it??
  17. ------------
  18. NetEchoList, hereafter called "NEL", is a program designed to list
  19. and let you know if your CNet/Control/Fidonet echos are existant/configured in
  20. your message base.
  21.  
  22. If CNet/Control is not running, you will simply get a list of the echos
  23. you've added in Control/Fidonet.
  24.  
  25. If CNet/Control is running, you will be prompted with a list of the networks
  26. you have configured.  You enter the number listed beside the chosen echo
  27. and NEL lists all echos related to that network and a "YES" or "NO".  A YES
  28. signifies that the listed echo has already been AL'd to your Message Base.
  29. A NO means that it has not yet been added.  If you just press ENTER at the
  30. "network choice" prompt, ALL configured echos will be listed, with the parent
  31. network listed in square brackets "[]".
  32.  
  33. An example follows:
  34.  
  35. ================================================================
  36. Shell 1> NetEchoList
  37.  
  38. Available networks:
  39.  
  40.         1. FIDO
  41.         2. ATECHNET
  42.         3. TALKNET
  43.         4. AmigaNet
  44.  
  45. Choose a network [RETURN/ENTER = ALL]: <ENTER>
  46.  
  47. Configured echos           Fido Type                                 In Base0?
  48. ------------------------------------------------------------------------------
  49. 246_ADULT                [      FIDO ]                                   No
  50. 246_FREENET              [      FIDO ]                                   Yes
  51. 246_SYSOP                [      FIDO ] NET 246 SysOp conference - restri Yes
  52. 246_USER                 [      FIDO ]                                   Yes
  53. 60S_70S_PROGROCK         [      FIDO ]                                   Yes
  54. AMIGA                    [      FIDO ] Amiga International Echo          Yes
  55. AMIGA_CDROM              [      FIDO ]                                   Yes
  56. AMIGA_DESKTOP            [      FIDO ]                                   Yes
  57. Amiga_Filefind           [      FIDO ]                                   No
  58. AMIGA_INT                [      FIDO ] Amiga International - WORLDWIDE A No
  59. AMIGA_LC                 [      FIDO ]                                   Yes
  60. AMIGA_MUSIC              [      FIDO ]                                   Yes
  61. AMIGA_NET_DEV            [      FIDO ]                                   Yes
  62. AMIGA_OS&EM              [      FIDO ]                                   Yes
  63. ATECH_AMI_BEGIN          [  ATECHNET ] beginners help each other out wit Yes
  64. ATECH_AMI_SALE           [  ATECHNET ] Afidnet Amiga buy/sell/trade      Yes
  65. ATECH_AMI_TECH           [  ATECHNET ] Afidnet Amiga Technical           Yes
  66. ATECH_AREXX_PROGRAM      [  ATECHNET ] AFidNet Arexx Programming         Yes
  67. ATECH_BBSADS             [  ATECHNET ] Afidnet BBS Advertisements        Yes
  68. ATECH_C_PROGRAMMING      [  ATECHNET ] AFidNet 'C' Programming           Yes
  69. ATECH_C_SOURCES          [  ATECHNET ] Amiga C source code               Yes
  70. ATECH_CNET_MODS          [  ATECHNET ] AFidNet Cnet Modifications        Yes
  71. ATECH_CNET_NEWS          [  ATECHNET ] News about CNet Amiga             Yes
  72. ATECH_CNET_TECH          [  ATECHNET ] CNet Technical info/help          Yes
  73. ATECH_COMPLAINTS         [  ATECHNET ] Got a complaint about ATechNet?   Yes
  74. listed 25 echos
  75.  
  76. NetEchoList v1.0  copyright © 1995-1996 MetalSoft.
  77. =========================================================
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. Installation:
  85. -------------
  86.     Simple - just copy NetEchoList to Mail:bin/ or any other "path'd"
  87. directory and run NetEchoList as a regular AmigaDOS executable.
  88.  
  89. CNet Installation
  90. -----------------
  91.    If you want to add NetEchoList to your BBSMENU so that the command is
  92. available as a CNet command, simply add the following command to your BBSMENU
  93. at the end of section "1;Maintenance Commands":
  94.  
  95.       NEL   |{#4mail:bin/NetEchoList}
  96.  
  97. ...then choose "Text/Menu Reload" from your CNet/Control menus and enter
  98. the command "NEL" from any CNet prompt and you'll get the same behaviour
  99. from NEL as you would from any CNet shell.
  100.  
  101.  
  102. This is another freebie from Metal Software for CNet Amiga!
  103.  
  104.  
  105.  
  106.  
  107. Distribution
  108. ------------
  109. This software MAY be distributed on CDRom collections and/or any other
  110. distribution/media packages and collections.
  111.